projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112bc96
)
gdk/popup-layout: Remove leftover struct field
author
Jonas Ådahl
<jadahl@gmail.com>
Fri, 21 Feb 2020 20:28:03 +0000
(21:28 +0100)
committer
Jonas Ådahl
<jadahl@gmail.com>
Fri, 21 Feb 2020 20:42:52 +0000
(21:42 +0100)
The layouts never "seal", as they did in an earlier revision, so remove
the seal field.
gdk/gdkpopuplayout.c
patch
|
blob
|
history
diff --git
a/gdk/gdkpopuplayout.c
b/gdk/gdkpopuplayout.c
index 7bc7704c6464eeba925b6c8575b0bad5afa9ee01..4509944c555bc168c83bd27a67a821977011d994 100644
(file)
--- a/
gdk/gdkpopuplayout.c
+++ b/
gdk/gdkpopuplayout.c
@@
-33,8
+33,6
@@
struct _GdkPopupLayout
GdkAnchorHints anchor_hints;
int dx;
int dy;
-
- gboolean is_sealed;
};
G_DEFINE_BOXED_TYPE (GdkPopupLayout, gdk_popup_layout,